'Declaration<DispIdAttribute(44)> Function AddTrueTypeFontFromFile( _ ByVal FilePath As String, _ ByVal Bold As Boolean, _ ByVal Italic As Boolean, _ ByVal Embedded As Boolean _ ) As String
[DispId(44)] string AddTrueTypeFontFromFile( string FilePath, bool Bold, bool Italic, bool Embedded )
function AddTrueTypeFontFromFile(
FilePath: String;
Bold: Boolean;
Italic: Boolean;
Embedded: Boolean
): String;
DispIdAttribute(44) function AddTrueTypeFontFromFile( FilePath : String, Bold : boolean, Italic : boolean, Embedded : boolean ) : String;
Parameters
- FilePath
- Bold
- Italic
- Embedded